home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1163 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  585 b 

  1. Path: uu4news.netcom.com!otsrvr!Ray_Robert
  2. From: Ray_Robert@ortel.org (Ray Robert)
  3. Reply-To: Ray_Robert@ortel.org
  4. Newsgroups: comp.lang.c
  5. Distribution: world
  6. Subject: Re: Comma Delimited function wanted
  7. Date: 11 Jan 1996 08:53:11 GMT
  8. Message-ID: <72666975.28221@ortel.org>
  9. Organization: Oregon Telcom
  10.  
  11. >> Help with a comma delimited function needed.
  12. >> char buffer = "3740067099,914885AC2,P03,5000";
  13. >> [to be moved into] four char vars to put this into.
  14. >> char field1[20], field2[20], field3[20], field4[20];
  15.  
  16. See documentation on sscanf().  This may be on the same page as scanf().
  17.